翻訳と辞書
Words near each other
・ Java School No. 1
・ Java Sea
・ Java Secure Socket Extension
・ Java security
・ Java servlet
・ Java spaghetti eel
・ Java sparrow
・ Java Speech API
・ Java Speech Markup Language
・ Java stingaree
・ Java syntax
・ Java Task Force
・ Java Telephony API
・ Java Transaction API
・ Java transaction service
Java TV
・ Java User Group
・ Java version history
・ Java view technologies and frameworks
・ Java virtual machine
・ Java Virtual Machine Tools Interface
・ Java War
・ Java War (1741–43)
・ Java War (disambiguation)
・ Java Web Services Development Pack
・ Java Web Start
・ Java Work Framework
・ Java XML
・ Java, Montana
・ Java, New York


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Java TV : ウィキペディア英語版
Java TV
Java TV is a Java-based software framework designed for use on TV set-top boxes, based on components called Xlets. It is currently used only on the Connected Device Configuration, specifically for iTV applications development.
The API includes the Xlet classes in the package javax.tv.xlet. Other packages of the public API include
# javax.tv.graphics - provides a simple rendering canvas
# javax.tv.locator - provides a locator in the style of a URL for services and media, such as service:/SERV1
# javax.tv.service - defines a mechanism for service information (SI) databases and APIs representing the SI elements, such as the TV channels and media available for playback.
==Criticisms==
While the framework is general, Sun currently provides support only on Java ME. For some subjects, such as media locators, it is in effect superseded by other locator standards on platforms such as BD-J.
A point of confusion is that in platforms supported as of 2008, examples such as the SvcDispXlet example from the introduction to the API, written circa 2001, are not deployable because it uses AWT widgets such as (java.awt.Button ). Most iTV platforms, along with BD-J, implement Personal Basis Profile with no AWT widgets, as opposed to Personal Profile which includes the widgets.〔(Introduction to Digital TV Applications Programming ) By Monica Pawlan, February 2001〕
Sun's reference implementation for Java TV attempts to limit its exposure to support issues to the full Java Media Framework by having its own small version of JMF that is internally referred to as "jmflite". As with the limitations of the MIDP emulators that Sun provides, the Java TV reference implementation provided by Sun has not been updated to make provisions for later JDK's such as removing calls to Thread.stop(). The Thread.stop() method was made a "final" method in Java 1.5 (meaning that classes which extend Thread and override stop() will fail at runtime under JRE 1.5 when the class is loaded). This implies that Sun has not yet committed to public plans or a roadmap for taking Java ME beyond JRE 1.3. If such an upgrade were to take place, it would require significant work on the part of all vendors of Java ME-enabled devices.〔(JRE 1.5 Thread.stop() javadoc )〕〔(Why Are Thread.stop, Thread.suspend, Thread.resume and Runtime.runFinalizersOnExit Deprecated? )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Java TV」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.